home *** CD-ROM | disk | FTP | other *** search
/ 007 - Girls n Gadgets / 007 - Vol 1 - Girls n Gadgets.iso / 007site / form.css < prev    next >
Cascading Style Sheet File  |  1999-10-29  |  2KB  |  95 lines

  1. H1 {
  2.         font-family: arial,geneva,sans-serif;
  3.         font-size: 24pt;
  4.         font-weight: bold;
  5.         font-style: none;
  6.         margin-top: -2;
  7.         margin-bottom: -2;
  8.         margin-left: 5;
  9.         margin-right: 5;
  10.         padding: -5;
  11. }
  12.  
  13. .headline18 {
  14.         font-family: arial,geneva,sans-serif;
  15.         font-size: 18pt;
  16.         font-weight: bold;
  17.         font-style: none;
  18.         margin-top: -2;
  19.         margin-bottom: -2;
  20.         margin-left: 5;
  21.         margin-right: 5;
  22.         padding: -5;
  23. }
  24.  
  25. .fbody8 {
  26.         font-family: arial,geneva,sans-serif;
  27.         font-size: 8pt;
  28.         font-weight: bold;
  29.         font-style: none;
  30.         color: BLACK;
  31. }
  32.  
  33. .address {
  34.         font-family: arial,geneva,sans-serif;
  35.         font-size: 10pt;
  36.         font-weight: normal;
  37.         font-style: none;
  38.         color: BLACK;
  39. }
  40.  
  41. .tabletitle {
  42.         font-family: arial,geneva,sans-serif;
  43.         font-size: 8pt;
  44.         font-weight: bold;
  45.         font-style: small-caps;
  46.         color: BLACK;
  47. }
  48.  
  49. .tablebody {
  50.         font-family: arial,geneva,sans-serif;
  51.         font-size: 12pt;
  52.         font-weight: bold;
  53.         font-style: normal;
  54.         color: BLACK;
  55. }
  56.  
  57. .subtitle {
  58.         font-family: arial,geneva,sans-serif;
  59.         font-size: 14pt;
  60.         font-weight: bold;
  61.         font-style: normal;
  62.         color: WHITE;
  63. }
  64.  
  65. .required {
  66.         font-family: arial,geneva,sans-serif;
  67.         font-size: 10pt;
  68.         font-weight: bold;
  69.         font-style: small-caps;
  70.         color: RED;
  71. }
  72.  
  73. .total {
  74.         font-family: arial,geneva,sans-serif;
  75.         font-size: 14pt;
  76.         font-weight: bold;
  77.         font-style: normal;
  78.         color: BLACK;
  79. }
  80.  
  81. .subtotal {
  82.         font-family: arial,geneva,sans-serif;
  83.         font-size: 14pt;
  84.         font-weight: bold;
  85.         font-style: normal;
  86.         color: BLACK;
  87. }
  88.  
  89. .formtitle {
  90.         font-family: arial,geneva,sans-serif;
  91.         font-size: 8pt;
  92.         font-weight: bold;
  93.         font-style: normal;
  94.         color: BLACK;
  95. }